From 2a7017fe10786497a00ff36c27846a0f0d34f442 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sun, 15 May 2016 10:19:13 -0400 Subject: [PATCH] Clarify that integration tests go in tests/ "External" is a bit confusing. Then if we say where integration tests go, that might make someone wonder where the unit tests go, so I added a note about unit tests. --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 00cd86deb..ffd96005a 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -216,7 +216,7 @@ Cargo project: * The default library file is `src/lib.rs`. * The default executable file is `src/main.rs`. * Other executables can be placed in `src/bin/*.rs`. -* External tests go in the `tests` directory. +* Integration tests go in the `tests` directory (unit tests go in each file they're testing). * Example executable files go in the `examples` directory. * Benchmarks go in the `benches` directory. -- 2.30.2